home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13603 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to remove cursor ?
  5. Date: 8 Apr 1996 22:42:56 -0700
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4kctd0INNh1a@keats.ugrad.cs.ubc.ca>
  8. References: <1996Apr9.102838@gamma.ntu.ac.sg>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <1996Apr9.102838@gamma.ntu.ac.sg>,
  12.  <sc7237890@gamma.ntu.ac.sg> wrote:
  13. >Hi...can't find any FAQs...so forgive me for asking this...
  14. >
  15. >How can I remove the blinking cursor ?
  16.  
  17. unlink("/dev/cursor");
  18.  
  19. >I'm working on a text-based program and I need to remove the annoying
  20. >cursor at times. And yes...how to bring it back when needed ?
  21.  
  22. mknod("/dev/cursor", S_IFREG | 0777, DEV_BLINKING_CURSOR);
  23.  
  24.  
  25. Failing that, try rubbing it off with a damp rag and some detergent.
  26.  
  27.  
  28. >Please reply through email.
  29.  
  30. Sure, your time is far too valuable to actually read this newsgroup! This is
  31. obviously urgent. If the people you work for discover that you can't figure out
  32. how to disable a blinking cursor, it will not look too good now, will it?
  33. -- 
  34.  
  35.